home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DemonicDefence3.swf / scripts / DefineButton2_161 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-27  |  155 b   |  9 lines

  1. on(release){
  2.    _root.bottom += 1;
  3.    if(_root.bottom > 5)
  4.    {
  5.       _root.bottom = 1;
  6.    }
  7.    _root.menu1.cast1.bot.gotoAndStop(_root.bottom);
  8. }
  9.